type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToTIDScanner

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tid.go#L57: 		return scanPlanTextAnyToTIDScanner{}.Scan([]byte(src), dst)
		tid.go#L145: 			return scanPlanTextAnyToTIDScanner{}
		tid.go#L194: type scanPlanTextAnyToTIDScanner struct{}
		tid.go#L196: func (scanPlanTextAnyToTIDScanner) Scan(src []byte, dst any) error {